C1.Win.Command.8 Assembly / C1.Win.Command Namespace / C1DockingTab Class / SaveLayout Method / SaveLayout(Form,Stream,String[]) Method
Additional property names of the C1DockingTabPage that you would like to store.

SaveLayout(Form,Stream,String[]) Method
Saves layout of all C1DockingTab controls on the form to the stream.
Syntax
'Declaration
 
Public Overloads Shared Sub SaveLayout( _
   ByVal form As System.Windows.Forms.Form, _
   ByVal stream As System.IO.Stream, _
   ByVal ParamArray pageProperties() As System.String _
) 
 

Parameters

form
stream
pageProperties
Additional property names of the C1DockingTabPage that you would like to store.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also